home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / SKEDEZ / SKEDPRO.EXE / 0 / RCDATA / TWORKDIRFORM / TWORKDIRFORM.txt
Encoding:
Text File  |  1997-04-10  |  1.2 KB  |  66 lines

  1. object WorkDirForm: TWorkDirForm
  2.   Left = 222
  3.   Top = 129
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Startup Directory'
  7.   ClientHeight = 258
  8.   ClientWidth = 230
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 15
  17.   object MainGroupBox: TGroupBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 230
  21.     Height = 205
  22.     TabOrder = 2
  23.     object DirLabel: TLabel
  24.       Left = 8
  25.       Top = 12
  26.       Width = 213
  27.       Height = 13
  28.       AutoSize = False
  29.       Caption = 'D:\SkedEzy32'
  30.     end
  31.     object DirListBox: TDirectoryListBox
  32.       Left = 8
  33.       Top = 32
  34.       Width = 213
  35.       Height = 137
  36.       DirLabel = DirLabel
  37.       ItemHeight = 16
  38.       TabOrder = 0
  39.     end
  40.     object DirDriveComboBox: TDriveComboBox
  41.       Left = 8
  42.       Top = 176
  43.       Width = 213
  44.       Height = 21
  45.       DirList = DirListBox
  46.       TabOrder = 1
  47.     end
  48.   end
  49.   object OKBitBtn: TBitBtn
  50.     Left = 8
  51.     Top = 212
  52.     Width = 73
  53.     Height = 41
  54.     TabOrder = 0
  55.     Kind = bkOK
  56.   end
  57.   object CancelBitBtn: TBitBtn
  58.     Left = 88
  59.     Top = 212
  60.     Width = 75
  61.     Height = 41
  62.     TabOrder = 1
  63.     Kind = bkCancel
  64.   end
  65. end
  66.